type google.golang.org/protobuf/internal/descfmt.records

5 uses

	google.golang.org/protobuf/internal/descfmt (current package)
		stringer.go#L85: 			var rs records
		stringer.go#L132: 	rs := records{allowMulti: allowMulti}
		stringer.go#L202: type records struct {
		stringer.go#L207: func (rs *records) Append(v reflect.Value, accessors ...string) {
		stringer.go#L268: func (rs *records) Join() string {